home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / morton.zip / ZAPCODE.EXE / EPFX800.PMF < prev    next >
Text File  |  1991-05-01  |  13KB  |  422 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the Epson FX-86e/FX-800.         ;
  4. ;                                       ;
  5. ;  (C) Copyright 1990 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "Epson FX-86e/FX-800"
  10. RESET    =  27,64
  11.  
  12. NAME     =  "Line Feed"
  13.   DESC   =  "Advance paper to the next line."
  14.   CODES  =  10
  15.  
  16. NAME     =  "Form Feed"
  17.   DESC   =  "Advance paper to the top of the"
  18.             "next page."
  19.   CODES  =  12
  20.  
  21. NAME     =  "Clear Printer Buffer"
  22.   DESC   =  "Clear all data from printer"
  23.             "buffer."
  24.   CODES  =  24
  25.  
  26. NAME     =  "Cut Sheet Feeder ON"
  27.   DESC   =  "Activate the cut sheet feeder."
  28.             "If the cut sheet feeder is not"
  29.             "installed, the printer will not"
  30.             "feed the paper correctly."
  31.   CODES  =  27,25,52
  32.  
  33. NAME     =  "Cut Sheet Feeder OFF"
  34.   DESC   =  "Deactivate the cut sheet feeder."
  35.  
  36. NAME     =  "Select NLQ Font"
  37.   DESC   =  "Activate Near Letter Quality (NLQ)"
  38.             "printing. Characters printed in NLQ"
  39.             "are crisper and more like the"
  40.             "characters produced by a type-"
  41.             "writer."
  42.   CODES  =  27,120,1
  43.  
  44. NAME     =  "Select NLQ Font Style"
  45.   DESC   =  "Select the font used for near"
  46.             "letter quality (NLQ) printing."
  47.   CODES  =  27,107,0
  48.             "Please select NLQ font by entering"
  49.             "one of the following decimal"
  50.             "values:"
  51.             " "
  52.             "Value   Font"
  53.             "-----   --------"
  54.             "  0     Courier"
  55.             "  1     Sans Serif"
  56.             "  3     Prestige"
  57.             "  4     Bold PS"
  58.             " "
  59.             "Example: Entering 3 selects the"
  60.             "prestige font."
  61.             0
  62.  
  63. NAME     =  "Select Draft Font"
  64.   DESC   =  "Activate Draft Quality printing."
  65.             "Use Draft for printing drafts and"
  66.             "other documents that you want to"
  67.             "print quickly."
  68.   CODES  =  27,120,0,0
  69.  
  70. NAME     =  "Select 10 CPI (Pica)"
  71.   DESC   =  "Activate 10 characters per inch"
  72.             "(cpi) printing."
  73.   CODES  =  27,80
  74.  
  75. NAME     =  "Select 12 CPI (Elite)"
  76.   DESC   =  "Activate 12 characters per inch"
  77.             "(cpi) printing."
  78.   CODES  =  27,77
  79.  
  80. NAME     =  "Select 15 CPI (Micron)"
  81.   DESC   =  "Activate 15 characters per inch"
  82.             "(cpi) printing."
  83.   CODES  =  27,103
  84.  
  85. NAME     =  "Compressed ON"
  86.   DESC   =  "Activate 17 characters per inch"
  87.             "(cpi) printing (compressed). If"
  88.             "Elite is currently active,"
  89.             "subsequent output is 20 cpi."
  90.   CODES  =  15
  91.  
  92. NAME     =  "Compressed OFF"
  93.   DESC   =  "Deactivate compressed print."
  94.   CODES  =  18
  95.  
  96. NAME     =  "Double Width ON"
  97.   DESC   =  "Activate double width print."
  98.             "Characters are printed twice their"
  99.             "normal width."
  100.   CODES  =  27,87,1
  101.  
  102. NAME     =  "Double Width OFF"
  103.   DESC   =  "Deactivate double width print."
  104.             "Characters are printed their normal"
  105.             "width."
  106.   CODES  =  27,87,0,0
  107.  
  108. NAME     =  "Double Height ON"
  109.   DESC   =  "Activate double height print."
  110.             "Characters are printed twice their"
  111.             "normal height."
  112.   CODES  =  27,119,1
  113.  
  114. NAME     =  "Double Height OFF"
  115.   DESC   =  "Deactivate double height print."
  116.             "Characters are printed their normal"
  117.             "height."
  118.   CODES  =  27,119,0,0
  119.  
  120. NAME     =  "Emphasized ON"
  121.   DESC   =  "Activate emphasized print."
  122.             "Characters are printed twice. The"
  123.             "second time, character is offset"
  124.             "horizontally."
  125.   CODES  =  27,69
  126.  
  127. NAME     =  "Emphasized OFF"
  128.   DESC   =  "Deactivate emphasized print."
  129.   CODES  =  27,70
  130.  
  131. NAME     =  "Enhanced ON"
  132.   DESC   =  "Activate enhanced print."
  133.             "Characters are printed twice. The"
  134.             "second time, character is offset"
  135.             "vertically."
  136.   CODES  =  27,71
  137.  
  138. NAME     =  "Enhanced OFF"
  139.   DESC   =  "Deactivate enhanced print."
  140.   CODES  =  27,72
  141.  
  142. NAME     =  "Superscript ON"
  143.   DESC   =  "Activate superscript print."
  144.             "Characters are printed at an offset"
  145.             "above the normal print line."
  146.   CODES  =  27,83,0,0
  147.  
  148. NAME     =  "Subscript ON"
  149.   DESC   =  "Activate subscript print."
  150.             "Characters are printed at an offset"
  151.             "below the normal print line."
  152.   CODES  =  27,83,1
  153.  
  154. NAME     =  "Superscript/Subscript OFF"
  155.   DESC   =  "Deactivate super/subscript print."
  156.   CODES  =  27,84
  157.  
  158. NAME     =  "Italics ON"
  159.   DESC   =  "Activate italics print. Characters"
  160.             "are slanted to the right."
  161.   CODES  =  27,52
  162.  
  163. NAME     =  "Italics OFF"
  164.   DESC   =  "Deactivate italics print."
  165.   CODES  =  27,53
  166.  
  167. NAME     =  "Underline ON"
  168.   DESC   =  "Activate underline print."
  169.             "Characters, including the space,"
  170.             "are underscored."
  171.   CODES  =  27,45,1
  172.  
  173. NAME     =  "Underline OFF"
  174.   DESC   =  "Deactivate underline print."
  175.   CODES  =  27,45,0,0
  176.  
  177. NAME     =  "Proportional Spacing ON"
  178.   DESC   =  "Activate proportional spacing."
  179.             "Spacing between letters is adjusted"
  180.             "to compensate for the varying"
  181.             "widths of individual characters."
  182.   CODES  =  27,112,1
  183.  
  184. NAME     =  "Proportional Spacing OFF"
  185.   DESC   =  "Deactivate proportional spacing."
  186.   CODES  =  27,112,0,0
  187.  
  188. NAME     =  "Print Half Speed"
  189.   DESC   =  "Print in half speed. Half speed is"
  190.             "quieter than full speed."
  191.   CODES  =  27,115,1
  192.  
  193. NAME     =  "Print Full Speed"
  194.   DESC   =  "Print in full speed."
  195.   CODES  =  27,115,0,0
  196.  
  197. NAME     =  "Print Unidirectional"
  198.   DESC   =  "Print from left to right only."
  199.   CODES  =  27,85,1
  200.  
  201. NAME     =  "Print Bidirectional"
  202.   DESC   =  "Print from both left to right and"
  203.             "right to left."
  204.   CODES  =  27,85,0,0
  205.  
  206. NAME     =  "Paper-Out Sensor ON"
  207.   DESC   =  "Activate paper-out sensor."
  208.             "Printer will alarm when paper is"
  209.             "out."
  210.   CODES  =  27,57
  211.  
  212. NAME     =  "Paper-Out Sensor OFF"
  213.   DESC   =  "Deactivate paper-out sensor."
  214.             "Printer ignores paper-out condition"
  215.             "and continues printing."
  216.   CODES  =  27,56
  217.  
  218. NAME     =  "Print Suppress Mode ON"
  219.   DESC   =  "Activate print suppress mode."
  220.             "Printer will ignore all data sent"
  221.             "to it."
  222.   CODES  =  19
  223.  
  224. NAME     =  "Print Suppress Mode OFF"
  225.   DESC   =  "Deactivate print suppress mode."
  226.   CODES  =  17
  227.  
  228. NAME     =  "Set Character Spacing"
  229.   DESC   =  "Set the amount of space to the"
  230.             "right of each character."
  231.   CODES  =  27,32,0
  232.             "Enter number of dots per inch (dpi)"
  233.             "to space to the right of each"
  234.             "character."
  235.             " "
  236.             "Range: 0 to 127 decimal."
  237.             " "
  238.             "Example: Entering 25 (decimal)"
  239.             "would space 25 dpi to the right"
  240.             "of each character."
  241.             0
  242.  
  243. NAME     =  "Set Line Spacing 1/8"""
  244.   DESC   =  "Set line spacing to 1/8 of an inch."
  245.   CODES  =  27,48
  246.  
  247. NAME     =  "Set Line Spacing 7/72"""
  248.   DESC   =  "Set line spacing to 7/72 of an"
  249.             "inch."
  250.   CODES  =  27,49
  251.  
  252. NAME     =  "Set Line Spacing 1/6"""
  253.   DESC   =  "Set line spacing to 1/6 of an inch."
  254.   CODES  =  27,50
  255.  
  256. NAME     =  "Set Line Spacing n/216"""
  257.   DESC   =  "Set line spacing in any increment"
  258.             "of 216ths of an inch."
  259.   CODES  =  27,51,0
  260.             "Enter new line spacing in"
  261.             "increments of 216ths of an inch."
  262.             " "
  263.             "Range: 0 to 255 decimal."
  264.             " "
  265.             "Example: Entering 108 (decimal)"
  266.             "would set line spacing at 108/216""."
  267.             0
  268.  
  269. NAME     =  "Set Form Length In Inches"
  270.   DESC   =  "Set the current form length in"
  271.             "inches."
  272.   CODES  =  27,67,0,0,0
  273.             "Enter number of inches to set the"
  274.             "current form length."
  275.             " "
  276.             "Range: 1 to 22 decimal."
  277.             " "
  278.             "Example: Entering 11 (decimal)"
  279.             "would set the current form length"
  280.             "to 11 inches."
  281.             0
  282.  
  283. NAME     =  "Set Form Length In Lines"
  284.   DESC   =  "Set the current form length in"
  285.             "lines."
  286.   CODES  =  27,67,0
  287.             "Enter number of lines to set the"
  288.             "current form length."
  289.             " "
  290.             "Range: 1 to 127 decimal."
  291.             " "
  292.             "Example: Entering 68 (decimal)"
  293.             "would set the current form length"
  294.             "to 68 lines."
  295.             0
  296.  
  297. NAME     =  "Perforation Skip ON"
  298.   DESC   =  "Activate perforation skip. You will"
  299.             "be prompted for the distance the"
  300.             "printer should skip when the"
  301.             "perforation is encountered."
  302.   CODES  =  27,78,0
  303.             "Enter number of lines to skip when"
  304.             "perforation is encountered."
  305.             " "
  306.             "Range: 1 to 127 decimal."
  307.             " "
  308.             "Example: Entering 18 (decimal)"
  309.             "would cause printer to skip 18"
  310.             "lines when perforation is"
  311.             "encountered."
  312.             0
  313.  
  314. NAME     =  "Perforation Skip OFF"
  315.   DESC   =  "Deactivate perforation skip."
  316.   CODES  =  27,79
  317.  
  318. NAME     =  "Set Left Margin"
  319.   DESC   =  "Set the left margin."
  320.   CODES  =  27,108,0
  321.             "Enter character column position in"
  322.             "which to set the left margin."
  323.             " "
  324.             "Range: 0 to 254 decimal."
  325.             " "
  326.             "Example: Entering 15 (decimal)"
  327.             "while printer is in 10 cpi, would"
  328.             "set the left margin at 1 1/2""."
  329.             0
  330.  
  331. NAME     =  "Set Right Margin"
  332.   DESC   =  "Set the right margin."
  333.   CODES  =  27,81,0
  334.             "Enter character column position in"
  335.             "which to set the right margin."
  336.             " "
  337.             "Range: 1 to 255 decimal."
  338.             " "
  339.             "Example: Entering 80 (decimal)"
  340.             "while printer is in 10 cpi, would"
  341.             "set right margin at 8""."
  342.             0
  343.  
  344. NAME     =  "Set Justification"
  345.   DESC   =  "Set the type of text alignment to"
  346.             "be used."
  347.   CODES  =  27,97,0
  348.             "Enter one of the following to"
  349.             "select type of justification:"
  350.             " "
  351.             "0 to justify left (default)."
  352.             "1 to justify center."
  353.             "2 to justify right."
  354.             "3 to justify left & right."
  355.             " "
  356.             "The above values are in decimal."
  357.             " "
  358.             "Example: Entering 2 (decimal) would"
  359.             "set justification to the right."
  360.             0
  361.  
  362. NAME     =  "Select International Character Set"
  363.   DESC   =  "Select the international character"
  364.             "set (language) to be used during"
  365.             "printing."
  366.   CODES  =  27,82,0
  367.             "Please select character set to be"
  368.             "used by entering one of the"
  369.             "following decimal values:"
  370.             " "
  371.             "Value   Character Set"
  372.             "-----   -------------"
  373.             "  0     USA"
  374.             "  1     France"
  375.             "  2     Germany"
  376.             "  3     England"
  377.             "  4     Denmark I"
  378.             "  5     Sweden"
  379.             "  6     Italy"
  380.             "  7     Spain I"
  381.             "  8     Japan"
  382.             "  9     Norway"
  383.             "  10    Denmark II"
  384.             "  11    Spain II"
  385.             "  12    Latin America"
  386.             " "
  387.             "Example: Entering 2 selects the"
  388.             "German character set."
  389.             0
  390.  
  391. NAME     =  "Select Alternate Character Set"
  392.   DESC   =  "Select an alternate character set"
  393.             "to be used during printing."
  394.   CODES  =  27,116,0
  395.             "Please select character set by"
  396.             "entering one of the following"
  397.             "decimal values:"
  398.             " "
  399.             "Value    Character Set"
  400.             "-----    -------------"
  401.             "  0      Italic"
  402.             "  1      IBM Graphics"
  403.             " "
  404.             "Example: Entering 1 selects the"
  405.             "IBM Graphics Character Set."
  406.             0
  407.  
  408. NAME     =  "Select IBM Character Set I"
  409.   DESC   =  "This command is operational only"
  410.             "when IBM Graphics is selected with"
  411.             "the ""Select Alternate Character"
  412.             "Set"" command."
  413.   CODES  =  27,55
  414.  
  415. NAME     =  "Select IBM Character Set II"
  416.   DESC   =  "This command is operational only"
  417.             "when IBM Graphics is selected with"
  418.             "the ""Select Alternate Character"
  419.             "Set"" command."
  420.   CODES  =  27,54
  421.  
  422.